ComponentOne ASP.NET MVC Controls
ListBoxBuilder<T> Class
Members 

C1.Web.Mvc.Fluent Namespace : ListBoxBuilder<T> Class
Defines a builder to configurate C1.Web.Mvc.ListBox<T>.
Syntax
'Declaration
 
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Class ListBoxBuilder(Of T) 
   Inherits C1.Web.Mvc.Fluent.ItemsBoundControlBuilder(Of T,ListBox(Of T),ListBoxBuilder(Of T))
[EditorBrowsable(EditorBrowsableState.Never)]
public class ListBoxBuilder<T> : C1.Web.Mvc.Fluent.ItemsBoundControlBuilder<T,ListBox<T>,ListBoxBuilder<T>> 
Type Parameters
T
Inheritance Hierarchy

System.Object
      C1.Web.Mvc.Fluent.BaseBuilder<TObject,TBuilder>
         C1.Web.Mvc.Fluent.ComponentBuilder<TControl,TBuilder>
            C1.Web.Mvc.Fluent.ControlBuilder<TControl,TBuilder>
               C1.Web.Mvc.Fluent.ItemsBoundControlBuilder<T,TControl,TBuilder>
                  C1.Web.Mvc.Fluent.ListBoxBuilder<T>

See Also

Reference

ListBoxBuilder<T> Members
C1.Web.Mvc.Fluent Namespace